package factory
Type Members
- trait NewsFleschMetricsProcessorActorFactory extends ProcessorActorFactory[FleschMetrics]
Factory interface for creating Flesch metrics actor behaviors in the news processor actor system.
- trait NewsSentimentProcessorActorFactory extends ProcessorActorFactory[Sentiment]
Factory interface for creating sentiment actor behaviors in the news processor actor system.
- trait NewsSourcesProcessorActorFactory extends ProcessorActorFactory[NewsSources]
Factory interface for creating sources actor behaviors in the news processor actor system.
- trait NewsWordStatsProcessorActorFactory extends ProcessorActorFactory[WordStats]
Factory interface for creating word stats actor behaviors in the news processor actor system.
- trait ProcessorActorFactory[T] extends AnyRef
Factory interface for creating processor actor behaviors in the news processor actor system.